home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP19 / EDRTEST.MAK < prev    next >
Encoding:
Text File  |  1996-01-01  |  264 b   |  10 lines

  1. #-----------------------
  2. # EDRTEST.MAK make file
  3. #-----------------------
  4.  
  5. edrtest.exe : edrtest.obj edrlib.lib
  6.      $(LINKER) $(GUIFLAGS) -OUT:edrtest.exe edrtest.obj edrlib.lib $(GUILIBS)
  7.  
  8. edrtest.obj : edrtest.c edrlib.h
  9.      $(CC) $(CFLAGS) edrtest.c
  10.